runtime.sigTabT.flags (field)
11 uses
runtime (current package)
signal_unix.go#L22: flags int32
signal_unix.go#L128: if t.flags == 0 || t.flags&_SigDefault != 0 {
signal_unix.go#L173: if t.flags&_SigSetStack != 0 {
signal_unix.go#L179: if (isarchive || islibrary) && t.flags&_SigPanic == 0 && sig != _SIGPIPE && sig != sigPreempt {
signal_unix.go#L200: if t.flags&_SigNotify != 0 {
signal_unix.go#L225: if t.flags&_SigNotify != 0 {
signal_unix.go#L254: if t.flags&_SigNotify != 0 {
signal_unix.go#L674: flags = sigtable[sig].flags
signal_unix.go#L1096: flags := sigtable[sig].flags
signal_unix.go#L1292: flags := sigtable[sig].flags
The pages are generated with Golds v0.6.7. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |